program counter - перевод на Английский
Diclib.com
Словарь онлайн

program counter - перевод на Английский

PROCESSOR REGISTER THAT INDICATES THE LOCATION IN MEMORY OF THE CURRENTLY-EXECUTING INSTRUCTION IN THE BINARY CODE OF A PROGRAM
Instruction pointer; Program Counter; Program register; Instruction address register; Programme counter; Instruction counter; Next instruction pointer; Current instruction pointer; Current instruction; Next instruction; Next instruction address; Next instruction pointer register; Instruction pointer register; Next instruction address register
  • Front panel of an [[IBM 701]] computer introduced in 1952. Lights in the middle display the contents of various registers. The '''instruction counter''' is at the lower left.

program counter         

общая лексика

PC

счётчик команд, программный счётчик

внутренний регистр процессора, содержащий адрес следующей выбираемой команды либо следующего байта [слова] программы

синоним

instruction counter; instruction pointer; address register

current instruction         

вычислительная техника

текущая команда

instruction counter         

Смотрите также

program counter

Определение

program counter
<hardware> (PC, or "instruction address register") A register in the central processing unit that contains the addresss of the next instruction to be executed. The PC is automatically incremented after each instruction is fetched to point to the following instruction. It is not normally manipulated like an ordinary register but instead, special instructions are provided to alter the flow of control by writing a new value to the PC, e.g. JUMP, CALL, RTS. (1995-03-21)

Википедия

Program counter

The program counter (PC), commonly called the instruction pointer (IP) in Intel x86 and Itanium microprocessors, and sometimes called the instruction address register (IAR), the instruction counter, or just part of the instruction sequencer, is a processor register that indicates where a computer is in its program sequence.

Usually, the PC is incremented after fetching an instruction, and holds the memory address of ("points to") the next instruction that would be executed.

Processors usually fetch instructions sequentially from memory, but control transfer instructions change the sequence by placing a new value in the PC. These include branches (sometimes called jumps), subroutine calls, and returns. A transfer that is conditional on the truth of some assertion lets the computer follow a different sequence under different conditions.

A branch provides that the next instruction is fetched from elsewhere in memory. A subroutine call not only branches but saves the preceding contents of the PC somewhere. A return retrieves the saved contents of the PC and places it back in the PC, resuming sequential execution with the instruction following the subroutine call.

Примеры произношения для program counter
1. that into the program counter.
A History of The ARM Microprocessor _ Dave Jaggar _ Talks at Google
2. Register 15 was the program counter.
A History of The ARM Microprocessor _ Dave Jaggar _ Talks at Google
3. And then it adds it to the program counter.
A History of The ARM Microprocessor _ Dave Jaggar _ Talks at Google
4. that takes the program counter and rotates it by 15 bits.
A History of The ARM Microprocessor _ Dave Jaggar _ Talks at Google
5. It loads register 4, 5, 6, and 7, and the program counter.
A History of The ARM Microprocessor _ Dave Jaggar _ Talks at Google